home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_09_02 / 9n02123a < prev    next >
Text File  |  1990-12-03  |  207b  |  14 lines

  1.  
  2.    #define MAKE_STRING_TABLE
  3.    char *day_strings[] = 
  4.        {
  5.        #include "table.h"
  6.        };
  7.  
  8.   #undef MAKE_STRING_TABLE  
  9.   enum e_day = 
  10.        {
  11.        #include "table.h"
  12.        };
  13.  
  14.